home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 2.toast / pc / sample code / quicktime / goodies / qtmultiimage.win / readme.txt < prev   
Encoding:
Text File  |  2000-06-23  |  898 b   |  23 lines

  1. README - QTMultiImage
  2.  
  3. This file contains code that illustrates how to determine
  4. whether an image file contains  more than one image and how
  5. to display any of those images. This is useful for working
  6. with FlashPix files (which contain multiple resolutions of 
  7. an image) and PhotoShop files (which store layers as separate 
  8. images), among others.
  9.  
  10. The key new functions to use are GraphicsImportGetImageCount 
  11. and GraphicsImportSetImageIndex. The rest of the image-handling
  12. is done using graphics importer routines that have previously
  13. been available.
  14.  
  15. This file defines a single function that prompts the user
  16. for an image file, determines how many images are contained
  17. in that file, and then displays each such image for a short
  18. period of time (2 seconds). Your application, of course,
  19. will probably want to do more interesting things with the image. 
  20.  
  21. Enjoy,
  22. QuickTime Team
  23.